home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / TFX_D.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  3.2 KB  |  124 lines

  1.  
  2. REM ╔═══════════════════════════════════════════════════════════════════════╗
  3. REM ║ This file is for use with the FLCS controller only!  The WCS Mark II  ║
  4. REM ║ may be used (and programmed) with this file.  The Command & Control   ║
  5. REM ║ Center must be at release level 1.39.1 or later.                      ║
  6. REM ╚═══════════════════════════════════════════════════════════════════════╝
  7.  
  8. REM          TFX - Tactical Fighter Experiment, by Ocean Software
  9.  
  10. REM                   A full function FLCS program for TFX
  11.  
  12. REM              Written and Tested by Ed Bowser - August 1994
  13.  
  14. REM ╔═════════════════════════════╗
  15. REM ║ WCS II Base Switch Settings ║
  16. REM ║ --------------------------- ║
  17. REM ║ Black Switch = Digital      ║
  18. REM ║ Red Switch   = Digital      ║
  19. REM ╚═════════════════════════════╝
  20.  
  21. REM ╔════════════════════╗
  22. REM ║ Command Delay Rate ║
  23. REM ╚════════════════════╝
  24.  
  25. RATE 20
  26.  
  27. REM ╔════════════════════╗
  28. REM ║ Enable WCS Mark II ║
  29. REM ╚════════════════════╝
  30.  
  31. USE WCS
  32.  
  33. REM ╔════════════════════════════╗
  34. REM ║ Game Settings              ║
  35. REM ║ -------------              ║
  36. REM ║ Select a standard joystick ║
  37. REM ╚════════════════════════════╝
  38.  
  39. Mdef TFX_D
  40.  
  41. REM ╔═════════════════════════════╗
  42. REM ║ FLCS Buttons & Control Hats ║
  43. REM ╚═════════════════════════════╝
  44.  
  45.  
  46. BTN S1 Toggle Ext_Behind_View
  47.        Toggle Forward_View
  48.  
  49. BTN S2 Virtual_On/Off
  50.  
  51. BTN S3
  52.  
  53. BTN S4 Toggle Up_View
  54.        Toggle Down_View
  55.  
  56. REM  HAT 1 /LARGE Hat, Top Back of FLCS
  57. REM  Primary Views
  58.  
  59. BTN H1U Forward_View
  60. BTN H1D Back_View
  61. BTN H1L Left_View
  62. BTN H1R Right_View
  63.  
  64. REM  HAT 2 /SMALL Hat, Top Back of FLCS
  65. REM  S3 In  = Alternate Views
  66. REM  S3 Out = Combat Controls
  67.  
  68. BTN H2U S3_In Target_View
  69.         S3_Out Cycle_HUD_Tgts
  70. BTN H2D S3_In Enemy_Viewpoint
  71.         S3_Out Select_Guns
  72. BTN H2L S3_In IR_Missle_View
  73.         S3_Out Cycle_Air-Ground
  74. BTN H2R S3_In Gun/Missle_View
  75.         S3_Out Cycle_Missles
  76.  
  77. REM  HAT 3 /MEDIUM Size, Top Back of FLCS
  78. REM  S3 In  = HUD Mode Selection
  79. REM  S3 Out = RADAR & MFD Controls
  80.  
  81. BTN H3U S3_In HUD_ILS
  82.         S3_Out Cycle_RADAR_Rng
  83. BTN H3D S3_In HUD_REFUELING
  84.         S3_Out Cycle_MFD_2
  85. BTN H3L S3_In HUD_NAVIGATION
  86.         S3_Out Cycle_MFD_1
  87. BTN H3R S3_In HUD_AIR-AIR
  88.         S3_Out Cycle_MFD_3
  89.  
  90. REM  HAT 4 /MEDIUM Size, Left Side of FLCS
  91. REM  S3 In  = Laser Target Designation System
  92. REM  S3 Out = AutoPilot Controls
  93.  
  94. BTN H4U S3_In LaserTD_On/Off
  95.         S3_Out AutoPilot_On/Off AP_1_Waypoint
  96. BTN H4D S3_In LaserTD_Brk_Lock
  97.         S3_Out AutoPilot_On/Off AP_3_Track
  98. BTN H4L S3_In LaserTD_Zoom_Out
  99.         S3_Out AutoPilot_On/Off AP_4_AutoThrottl
  100. BTN H4R S3_In LaserTD_Zoom_In
  101.         S3_Out AutoPilot_On/Off AP_2_Heading
  102.  
  103. REM  WCS II Controls
  104. REM  S3 Button In = Takeoff & Landing Controls
  105. REM  S3 Button Out = Combat Controls
  106.  
  107. BTN T1 S3_In Landing_Gear
  108.        S3_Out Chaff_&_Flare
  109. BTN T2 S3_In Wheel_Brakes
  110.        S3_Out ECM_On/Off
  111. BTN T3 S3_In Arrester_Hook
  112.        S3_Out Stealth_Mode
  113. BTN T4 S3_In Deploy_Chute
  114.        S3_Out HUD_Bright_DN
  115. BTN T5 S3_In Release_Chute
  116.        S3_Out HUD_Bright_UP
  117. BTN T6 S3_In AB_Increase
  118.        S3_Out Air_Brakes
  119. BTN T7 /N Wheel_Brakes
  120. BTN T8 /N Landing_Gear
  121.  
  122. @Digital_CON
  123. @Throttle_Back
  124.